yocto: ostree depends on libarchive, not just runtime-depends
authorColin Walters <walters@verbum.org>
Sun, 29 Jan 2012 21:33:36 +0000 (16:33 -0500)
committerColin Walters <walters@verbum.org>
Sun, 29 Jan 2012 21:47:18 +0000 (16:47 -0500)
gnomeos/yocto/recipies-core/ostree/ostree.bb

index 1f20f624f867df3705608d9465e3e23cecc786d4..feafe2b9421f8b9e8e21bd961bda755ba7940e2a 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
 SRC_URI = "file:///src/ostree"
 S = "${WORKDIR}/ostree"
 
-RDEPENDS += "libarchive"
+DEPENDS += "libarchive"
 
 inherit autotools